#
# Makefile for CMSYS examples
#     by Micromint Support <support@micromint.com>    June-2011
#
TARGET=spi_sd_ffs

#
# Project options
#
ROOT=../../..
PROJ_CFLAGS=-I../../../micromint/src \
	-I../../../tools/fatfs/src
#PROJ_LDFLAGS=
#PROJ_LIBS=

#
# Project source files
#
SOURCE=$(TARGET).c \
	rtc.c \
	spi.c \
	../../../tools/fatfs/src/ff.c \
	../../../tools/fatfs/src/mmc-lincoln.c \
	../../../micromint/src/menu.c \
	../../../micromint/src/blink_user_led.c 

include $(ROOT)/micromint/makedefs